Conversation
Co-authored-by: winches <wincheshe@gmail.com>
|
|
|
@ilyaliao how do I make this work with primevue? I tried but the component doesn't show, see reproduction and issue |
Hi jongbonga 👋 Thanks for asking, but sorry, this PR doesn't include adding prefix in Please refer to: primefaces/primevue#6875 (comment) |
|
This should probably be added to the README documentation now it's merged. |
Good idea! Would you like to open a PR? |
|
Hey guys, thanks for adding support for prefix. Unfortunately, I face an issue while importing the components. My setup: ... the components.d.ts is generated correctly with: However I can't import the component with Interesting is that using Have I forgot something in the config? |
This looks like a bug, I will fix it. |
Description
This PR is a minimal implementation of #612. Since the original PR is outdated, I’m submitting a new one.
It simply adds support for prefixing component names.
Linked Issues
resolve: #438